home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Needs / card_2326.txt < prev    next >
Text File  |  1990-04-09  |  7KB  |  261 lines

  1. -- card: 2326 from stack: in
  2. -- bmap block id: 5643
  3. -- flags: 0000
  4. -- background id: 2597
  5. -- name: Legal
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global whichButton
  9.   put "Scan Drawings" into whichButton
  10.   hide menuBar
  11.   set hilite of background button "Hide Bottlenecks" to false
  12.   hide background field "Bottlenecks Header"
  13.   hide card field "Bottlenecks"
  14.   show background field "Benefits Header"
  15.   show background field "Features Header"
  16.   show card field "Benefits"
  17.   show card field "Features"
  18.   hide background button "Hide Bottlenecks"
  19.   show background button "Show Bottlenecks"
  20.   set hilite of card button id 31 to false
  21.   get the loc of card button id 31
  22.   click at it
  23. end openCard
  24.  
  25. on closeCard
  26.   global whichButton
  27.   put empty into whichButton
  28.   hide menuBar
  29.   hide card field "Cover All"
  30.   hide card button "Self-Check"
  31.   hide background field "Bottlenecks Header"
  32.   hide card field "Bottlenecks"
  33.   show background field "Benefits Header"
  34.   show background field "Features Header"
  35.   show card field "Benefits"
  36.   show card field "Features"
  37.   hide background button "Hide Bottlenecks"
  38.   show background button "Show Bottlenecks"
  39.   put empty into card field "Features"
  40.   put empty into card field "Benefits"
  41.   set hilite of card button id 31 to false
  42. end closeCard
  43.  
  44.  
  45. -- part 18 (field)
  46. -- low flags: 01
  47. -- high flags: 0002
  48. -- rect: left=368 top=79 right=269 bottom=505
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 0 / 0
  51. -- text alignment: 0
  52. -- font id: 3
  53. -- text size: 10
  54. -- style flags: 0
  55. -- line height: 13
  56. -- part name: Features
  57.  
  58.  
  59. -- part 21 (field)
  60. -- low flags: 81
  61. -- high flags: 0007
  62. -- rect: left=253 top=91 right=252 bottom=485
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 0 / 0
  65. -- text alignment: 0
  66. -- font id: 3
  67. -- text size: 10
  68. -- style flags: 0
  69. -- line height: 13
  70. -- part name: Productivity Explained
  71.  
  72.  
  73. -- part 30 (field)
  74. -- low flags: 01
  75. -- high flags: 0002
  76. -- rect: left=6 top=79 right=95 bottom=189
  77. -- title width / last selected line: 0
  78. -- icon id / first selected line: 0 / 0
  79. -- text alignment: 0
  80. -- font id: 3
  81. -- text size: 10
  82. -- style flags: 0
  83. -- line height: 13
  84. -- part name: Scan Drawings
  85.  
  86.  
  87. -- part 31 (button)
  88. -- low flags: 00
  89. -- high flags: 0000
  90. -- rect: left=7 top=80 right=94 bottom=188
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 0 / 0
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: Scan Drawings
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.   global whichButton
  102.   put "Scan Drawings" into whichButton
  103.   put empty into card field "Bottlenecks"
  104.   put empty into card field "Features"
  105.   put empty into card field "Benefits"
  106.   set hilite of card button id 31 to true
  107.   if hilite of background button "Hide Bottlenecks" is true then
  108.     put "Full-sized legal documents cannot be scanned in entirety." into card field "Bottlenecks"
  109.   else
  110.     put "8.5 inch flatbed design." into card field "Features"
  111.     put "Capture a full-size legal document in one scan." into card field "Benefits"
  112.   end if
  113. end mouseUp
  114.  
  115.  
  116. -- part 40 (field)
  117. -- low flags: 01
  118. -- high flags: 0002
  119. -- rect: left=194 top=79 right=270 bottom=362
  120. -- title width / last selected line: 0
  121. -- icon id / first selected line: 0 / 0
  122. -- text alignment: 0
  123. -- font id: 3
  124. -- text size: 10
  125. -- style flags: 0
  126. -- line height: 13
  127. -- part name: Benefits
  128.  
  129.  
  130. -- part 39 (field)
  131. -- low flags: 81
  132. -- high flags: 0004
  133. -- rect: left=139 top=126 right=237 bottom=394
  134. -- title width / last selected line: 0
  135. -- icon id / first selected line: 0 / 0
  136. -- text alignment: 0
  137. -- font id: 3
  138. -- text size: 12
  139. -- style flags: 256
  140. -- line height: 16
  141. -- part name: Bibliography
  142.  
  143.  
  144. -- part 45 (button)
  145. -- low flags: 00
  146. -- high flags: 2000
  147. -- rect: left=442 top=281 right=302 bottom=464
  148. -- title width / last selected line: 0
  149. -- icon id / first selected line: 0 / 0
  150. -- text alignment: 1
  151. -- font id: 0
  152. -- text size: 12
  153. -- style flags: 0
  154. -- line height: 16
  155. -- part name: Next Card
  156. ----- HyperTalk script -----
  157. on mouseUp
  158.   visual wipe right slow to card
  159.   go to card id 4967
  160. end mouseUp
  161.  
  162.  
  163.  
  164. -- part 46 (button)
  165. -- low flags: 00
  166. -- high flags: 2000
  167. -- rect: left=404 top=281 right=302 bottom=429
  168. -- title width / last selected line: 0
  169. -- icon id / first selected line: 0 / 0
  170. -- text alignment: 1
  171. -- font id: 0
  172. -- text size: 12
  173. -- style flags: 0
  174. -- line height: 16
  175. -- part name: Next Card
  176. ----- HyperTalk script -----
  177. on mouseUp
  178.   visual wipe left slow to card
  179.   go to card id 4319
  180. end mouseUp
  181.  
  182.  
  183.  
  184. -- part 47 (field)
  185. -- low flags: 81
  186. -- high flags: 0002
  187. -- rect: left=258 top=79 right=270 bottom=428
  188. -- title width / last selected line: 0
  189. -- icon id / first selected line: 0 / 0
  190. -- text alignment: 0
  191. -- font id: 3
  192. -- text size: 10
  193. -- style flags: 0
  194. -- line height: 13
  195. -- part name: Bottlenecks
  196.  
  197.  
  198. -- part 48 (field)
  199. -- low flags: 81
  200. -- high flags: 0001
  201. -- rect: left=371 top=277 right=306 bottom=469
  202. -- title width / last selected line: 0
  203. -- icon id / first selected line: 0 / 0
  204. -- text alignment: 0
  205. -- font id: 3
  206. -- text size: 12
  207. -- style flags: 0
  208. -- line height: 16
  209. -- part name: Cover All
  210.  
  211.  
  212. -- part 49 (button)
  213. -- low flags: 80
  214. -- high flags: A004
  215. -- rect: left=11 top=315 right=340 bottom=498
  216. -- title width / last selected line: 0
  217. -- icon id / first selected line: 0 / 0
  218. -- text alignment: 1
  219. -- font id: 0
  220. -- text size: 12
  221. -- style flags: 0
  222. -- line height: 16
  223. -- part name: Self-Check
  224. ----- HyperTalk script -----
  225. on mouseUp
  226.   visual iris close
  227.   hide card button "Self-Check"
  228.   hide card field "Cover All"
  229.   pop card
  230. end mouseUp
  231.  
  232.  
  233.  
  234. -- part contents for card part 21
  235. ----- text -----
  236. Productivity:
  237. The Apple Scanner will read text and graphics generated on non-Apple compatible systems and merge them into word processing, graphics, and page composition programs.  This can save time and money, as file compatibility is no longer an issue.  This capability removes the need to retype documents.  With OCR software, existing documents created by  expensive "conventional" typesetting means can be integrated into an electronic publishing system.
  238.  
  239. -- part contents for card part 30
  240. ----- text -----
  241. ‚Ä¢  Scan a legal-sized document. 
  242.  
  243. -- part contents for card part 39
  244. ----- text -----
  245. This Information from: Notes on Selling meeting with Cam & Jane on Mondy, June 13, 1988.
  246.  
  247. -- part contents for background part 28
  248. ----- text -----
  249. Needs
  250.  
  251. -- part contents for background part 29
  252. ----- text -----
  253. Benefits
  254.  
  255. -- part contents for background part 30
  256. ----- text -----
  257. Features
  258.  
  259. -- part contents for background part 33
  260. ----- text -----
  261. Bottlenecks